home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr41 / dmp252.zip / README < prev    next >
Text File  |  1993-05-29  |  5KB  |  106 lines

  1. ╓─────────────────────────────────────────────────────────────────────────────╖
  2. ║                                                                             ║
  3. ║         ···∙∙∙          D       S       M       I          ∙∙∙···           ║
  4. ║                                                                             ║
  5. ║      ···∙∙∙          Digital Sound & Music Interface          ∙∙∙···        ║
  6. ║                                                                             ║
  7. ║         ···∙∙∙             (C) 1993 Otto Chrons            ∙∙∙···           ║
  8. ║                                                                             ║
  9. ╙─────────────────────────────────────────────────────────────────────────────╜
  10.  
  11.  
  12.         DSMI is a sound interface for PC compatible computers. It
  13.         provides programmers with a variety of functions to play music
  14.         and sound effects in their programs.
  15.  
  16.         Here are some of DSMI's capabilities:
  17.  
  18.         * Supports following sound sources:
  19.            - General DAC (also known as Covox)
  20.        - PC speaker
  21.            - Sound Blaster 1.0 - 2.0
  22.            - Sound Blaster Pro (stereo)
  23.            - Pro Audio Spectrum (stereo)
  24.            - Pro Audio Spectrum+ (stereo)
  25.            - Pro Audio Spectrum 16 (16-bit, stereo)
  26.            - Sound Blaster 16 ASP (16-bit, stereo)
  27.        - Aria based sound cards
  28.            (also Gravis Ultra Sound in the future)
  29.         * Up to 32 simultaneous channels
  30.     * Plays MODs, STMs, S3Ms, 669s and many other formats
  31.         * Two operating modes for 8-bit sound sources:
  32.            - Fast mode
  33.            - Quality mode (better sound quality)
  34.         * Special 16-bit support, which means GREAT sound quality on
  35.           16-bit cards
  36.         * Very extensive programming interface that lets YOU decide what
  37.           to do
  38.         * Modular structure means easier upgrades (e.g. new sound cards)
  39.     * Printed manual (size is over 70 A4-pages)
  40.         * Example programs
  41.         * Utilizes 386 instruction mix to reach maximum performance,
  42.           286 NOT supported :-(
  43.         * Free 'Timer Service'-pack for easy timer handling
  44.         * Comes in 'C' and 'Pascal' versions, 'C' version also supports
  45.           assembler
  46.         * All C (or Pascal) source code is included for recompiling or
  47.           changing (yes, that means DMP/PMP too!)
  48.         * One FREE major upgrade
  49.  
  50.         And last but not the least:
  51.         * DSMI IS DEFINITELY THE FASTEST PLAYER ON EARTH!!
  52.  
  53.  
  54. WHAT'S IN DSMI------------------------------------------------------------
  55.  
  56.                           ╓─────────────────╖
  57.                           ║                 ║
  58.                           ║    C version    ║
  59.                           ║                 ║
  60.                           ╙─────────────────╜
  61.  
  62.         - Made with Borland C++ 3.1, but should also work fine with
  63.           other compilers
  64.         - All C source code is included
  65.         - OBJs for assembler parts are included
  66.         - A library (DSMI.LIB) is provided for easy linking
  67.         - Following parts are written in C:
  68.         * Loaders for MOD, STM, 669, S3M and AMF
  69.                 * Function to free module
  70.                 * initDSMI() for easy initialization
  71.         - Everything else is written in assembler
  72.         - C source is compiled with BC++ and uses 386 instruction set
  73.         - If your C compiler is very old, make sure it can link with
  74.           assembler code using 386 instructions
  75.  
  76.  
  77.                           ╓──────────────────╖
  78.                           ║                  ║
  79.                           ║  Pascal version  ║
  80.                           ║                  ║
  81.                           ╙──────────────────╜
  82.  
  83.         - Works with Turbo Pascal 6 and above
  84.         - Has TPUs for TP6 and TP7/BP7
  85.         - Comes with full Pascal source code, so you can recompile all
  86.           the TPUs
  87.         - All OBJs for assembler parts are included
  88.         - Supports Protected Mode (BP7 only)
  89.         - Following parts are written in Pascal:
  90.         * Loaders for MOD, STM, 669, S3M and AMF
  91.                 * Function to free module
  92.                 * initDSMI() for easy initialization
  93.                 * Some functions to provide "C" memory handling
  94.                 * Protected mode API
  95.         - Everything else is written in assembler
  96.         - If you have older version than 6, you may need to retouch some
  97.           of the functions
  98.  
  99. HOW TO BUY DSMI--------------------------------------------------------
  100.  
  101.         Files LICENSE.DSM and ORDER.DSM should come with this README
  102.         file. You need to print them, sign the License Agreement and
  103.         fill out the order form. Then just mail them to me and pay the
  104.         price. See ORDER.DSM for detailed information.
  105.  
  106.